golang.org/x/net/http2.stream.inflow (field)

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L647: 	inflow           inflow  // what the client is allowed to POST/etc to us
		server.go#L1820: 		if !takeInflows(&sc.inflow, &st.inflow, f.Length) {
		server.go#L2115: 	st.inflow.init(sc.srv.initialStreamRecvWindowSize())
		server.go#L2410: 		send = st.inflow.add(n)